-
Problems using Session Objects, if cookies are disable the Session object is not working.
Hi All,
Please help, I am trying to use a session variable place in the Session_OnStart
section of the global.asa
file, but if I disable the cookies in my browser this way of handle persistance
data is not working can you advice on how to use it or other ways to handle
persistance data.
Thanks in advance.
-
Re: Problems using Session Objects, if cookies are disable the Session object is not working.
Hi
For Session variables to work, Cookies need to be enabled in Client Browser.
This is because IIS tracks Session scoped variables by using a cookie which
it puts on client browser.
You may try other classic ways like
1. query string variables
2. hidden variables
Thanks
"hhumbto" <hhumbto@yahoo.com> wrote:
>
>Hi All,
>Please help, I am trying to use a session variable place in the Session_OnStart
>section of the global.asa
>file, but if I disable the cookies in my browser this way of handle persistance
>data is not working can you advice on how to use it or other ways to handle
>persistance data.
>
>Thanks in advance.
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks