Connecting Tech Pros Worldwide Forums | Help | Site Map

Alternative to Session State

Mujir
Guest
 
Posts: n/a
#1: Feb 22 '06
Hi,

I have used Session variables in my ASP.NET 2.0 application to save data
across multiple pages. My production environment does not allow me to use
session state.
I have to find an alternative way, ViewState will not be of much help. can
somebody help me by suggesting a good way to solve my problem?

Thanks much,

Elton W
Guest
 
Posts: n/a
#2: Feb 23 '06

re: Alternative to Session State


Hi Mujir,

You can use Cookies to store string variables.

HTH

"Mujir" wrote:
[color=blue]
> Hi,
>
> I have used Session variables in my ASP.NET 2.0 application to save data
> across multiple pages. My production environment does not allow me to use
> session state.
> I have to find an alternative way, ViewState will not be of much help. can
> somebody help me by suggesting a good way to solve my problem?
>
> Thanks much,[/color]
Closed Thread