Session provider

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Mik
Posts: 4
Joined: Fri 13 Oct 2006 13:39

Session provider

Post by Mik » Fri 13 Oct 2006 13:44

Hi! I'm a new user of OraDirect.
I have an ASP .NET 1.1 application and I would like to do it stateless.
Is it possible with my framework version and how long is it to carry this evolution?

Thanks for your reply

PS : sorry fo my writing, I'm not a native speaker

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 13 Oct 2006 14:13

What do you mean by "stateless"? Please describe in detail.

Mik
Posts: 4
Joined: Fri 13 Oct 2006 13:39

Post by Mik » Fri 13 Oct 2006 14:40

For me "stateless" means recording sessions data in database.
For instance, if one of my servers dead, another one is working and my client doesn't see any difference with its sessions data

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 13 Oct 2006 14:55

I think we are talking about Session State provider. But it is supported only in ASP.NET 2.0. For more information please read "Using OraDirect .NET in ASP.NET Provider Model" article of OraDirect help documentation.

Post Reply