| Author |
Session problem in IE.
|
Neeraj Vij
Ranch Hand
Joined: Nov 25, 2003
Posts: 315
|
|
hi, My session variable are working fine in mozilla browser. When I am trying on IE those session variable are returning null values. Any ideas what could be the problem ? Regards, Neeraj.
|
 |
Neeraj Vij
Ranch Hand
Joined: Nov 25, 2003
Posts: 315
|
|
are there any sesion timeout settings for different browser that we have to do in our servers.. I am working with atg dynamo 7. Regards, neeraj.
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Do you have session cookies disabled? From the MSIE menu, check: Tools -> Internet Options -> Privacy (tab) -> Advanced (button). On this screen there is a checkbox for ("Always allow session cookies").
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Neeraj Vij
Ranch Hand
Joined: Nov 25, 2003
Posts: 315
|
|
Thanx Ben. It was disabled on my system. It is working now. But few other problems are coming now. Session is expiring with different timeout periods on different machines. Application deployed on Atg 7 locally on my machine is getting timeout in around 5-7 mins.(In case when I am leaving the application unattended for 5-7 minutes.) clients accesing application on my machine with (http://request) are getting timeout between 1-2 mins when unattended. One more problem is there when accessing in mozila browser. Session object has a different session id on different pages. It is not remainig consistent throughout on all web pages. Any inputs will be great help. Regards, neeraj.
|
 |
Vishnu Prakash
Ranch Hand
Joined: Nov 15, 2004
Posts: 1026
|
|
On this screen there is a checkbox for ("Always allow session cookies").
I couldn't find this option. I am using IE 6.0.2(SP1)
|
Servlet Spec 2.4/ Jsp Spec 2.0/ JSTL Spec 1.1 - JSTL Tag Documentation
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
This is from a machine with MSIE 6.
|
 |
Vishnu Prakash
Ranch Hand
Joined: Nov 15, 2004
Posts: 1026
|
|
Thanks Ben I was looking for what you said in Advanced tab. My mistake.
|
 |
 |
|
|
subject: Session problem in IE.
|
|
|