Re: Clients Can't Login - IE8 Caching?

2010-01-29 Thread Dave l
In the past I had issues staying logged in if the url didn’t have the www. in it, you could log in but every page would ask you for a login and this was just with setting a reg session, so I forced the www. on the name and it was fine after. > I have seen some problems with jQuery and IE8

Re: Clients Can't Login - IE8 Caching?

2010-01-29 Thread Mike Chabot
A form post shouldn't be cached, and https URLs shouldn't be cached either. Does your login page perform a form post? Does it use SSL? For the login attempts you say aren't logged in your custom logging solution, do the Web server logs have any record of the form posts? If your Web server is showi

RE: Clients Can't Login - IE8 Caching?

2010-01-29 Thread Chad Gray
I have seen some problems with jQuery and IE8 caching. IE8 sees the same URL variables and decides to use the cached page rather than loading the page again. I added a time stamp variable (foo=hhmmss) to my URLs and IE sees the different URL variables and loads the page rather than using the

Re: Clients Can't Login - IE8 Caching?

2010-01-29 Thread Bas Powell
I have had a similar problem with my site recently, could i ask whether you use session variables as the structure for your login process and also whether you have J2EE session variables enabled or just using regular session variables (cookie based) in your CF admin settings. Not sure if your iss