expired-sessions

ASP.NET mixed windows/forms authentication problem with session objects

Hey all, Weird problem here, we're running a few mixed environment web applications, that use Windows or Forms authentication depending on where the user comes from. I'm curious how everyone else might be handling expired sessions to avoid the errors you would get from someone leaving an idle session open for too long and then trying t...

Facebook session is expired even though I am logged in to facebook

Hi, I am using facebooker with rails and when I log in via facebook connect, for a new user registration ,I get a session expired when I retrieve details like first_name etc.. Note that when I browse to facebook.com I am logged in..But it seems like that my app has an old session. How do I fix this? ...

Rails - Catch 'Invalid Authenticity Token' exception

I'm currently using RESTful Authentication plug-in on my rails application. There is a typical scenario when a user stays at login screen for enough time (let's say 1 day..) that makes the authentication token invalid due to time expire. When this user tries the next day to login (he didn't refresh, he is still with this invalid token...