Windows XP IE browser cookie session doesn't get deleted
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
I have a webapplication, where i use browser cookie for Single-Sign-On
after user does login to our system. But I'm encountering a problem in
our production that the cookie session is not getting deleted with user
logout or when user closes his browser. The user who login after that
keeps the same old user credentials. The IE seems to cache the
cookies/pages.
I'm using JSP to set the cookie using Java HTTP Cookie class. This
problem is not with all the users, but just with users with Windows XP
mainly. This problem is resolved once the end user go to IE Options ->
Delete cookies -> Delete temp files. Then if he login it works fine.
Is there a way to get around this problem? Is there a specific thing
need to be done on my JSP or some configuration to be set on
end-user's IE? We cant say each users of same machine to go each time
to go to IE options and do the clear process. Please advice. Any input
on this is appreciated.
.
Relevant Pages
- Re: Cookies Expiring due to different time zones.
... post to your aspx login, sending the cookie's date in a hidden field ... set the aspx login cookie using the date/time in the hidden field ... This is the code I am using to create the ticket, ... Your problem is that you're using an extremely short time for the cookie expiration. ... (microsoft.public.dotnet.framework.aspnet) - Re: Accessing and displaying SSL web pages and cookies from a windows form
... or LoadXML calls to urls on the website in order to get data or post data to ... first redirected to a SSL login page, if a particular cookie is not present, ... cookie is not present instead of getting the data. ... >> the data in the cookie and also not redirect to the login page. ... (microsoft.public.dotnet.languages.vb) - Re: [PHP] Need secure login
... Thanks Justin, actually I was also thinking of the same, but just wanted to ... > c) the user not deleting the cookie ... > Likewise, you can't tie a member to a mac address, or to an IP address. ... Make sure that a user can't login from two different places at ... (php.general) - Referencing variable in calling class?
... I assume because the cookie destruction is being sent down in that page ... when that page renders it still appears as if the user is logged ... So, I thought perhaps as part of my logout routine, I could set a variable ... whether or not it displays the 'login' url or the 'logout' url. ... (php.general) - Re: How to share session with IE
... my browser module if necessary. ... program can load the cookies from your real browser's cookie store ... "need to login" condition, and react accordingly. ... Another option instead of making your program run through a series of clicks and text inputs, which is difficult to program, is to browse the html source until you find the name of the script that processes the login, and use python to request the page with the necessary form fields encoded in the request. ... (comp.lang.python) |
|