T
tharika_c
Hi,
We have a simple ASP.NET web application where one of the Session
variables, called Session("SSO_ID") gets created and assigned a value
(equal to the HTTP_HRID request variable value), inside the
Session_Start event of the global.asax.vb file, since this variable is
accessed by almost all the pages in the project. Besides this
variable, there are other session variables which are set in the
various aspx pages, as needed.
This works perfectly fine in 95% of the users' machines, but for some
of the users, strangely enough, the Session("SSO_ID") variable alone
is losing its value when accessed on any page. This was identified
after we turned on tracing and the trace results show that while all
other session variables that were declared on the individual page
still display their values, the SSO_ID variable alone shows up as
blank, even though the HTTP_HRID request variable is populated fine.
Again, even for the users who face this issue, the problem is not
consistently reproducible and the variable seems to be working fine
once in a while.
The application is set up on a Windows 2003 server, with IIS 6.0.
Also, the pages are loaded inside an iframe of a parent Siebel
application.
If anyone has faced similar issues or has an idea of how to resolve
this, please let me know. We have tried playing around with client
machine cookie settings, IE security settings etc. but have been
unsuccessful in identifying the root cause of the problem. Help!
Thanks,
Tharika
We have a simple ASP.NET web application where one of the Session
variables, called Session("SSO_ID") gets created and assigned a value
(equal to the HTTP_HRID request variable value), inside the
Session_Start event of the global.asax.vb file, since this variable is
accessed by almost all the pages in the project. Besides this
variable, there are other session variables which are set in the
various aspx pages, as needed.
This works perfectly fine in 95% of the users' machines, but for some
of the users, strangely enough, the Session("SSO_ID") variable alone
is losing its value when accessed on any page. This was identified
after we turned on tracing and the trace results show that while all
other session variables that were declared on the individual page
still display their values, the SSO_ID variable alone shows up as
blank, even though the HTTP_HRID request variable is populated fine.
Again, even for the users who face this issue, the problem is not
consistently reproducible and the variable seems to be working fine
once in a while.
The application is set up on a Windows 2003 server, with IIS 6.0.
Also, the pages are loaded inside an iframe of a parent Siebel
application.
If anyone has faced similar issues or has an idea of how to resolve
this, please let me know. We have tried playing around with client
machine cookie settings, IE security settings etc. but have been
unsuccessful in identifying the root cause of the problem. Help!
Thanks,
Tharika