Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
1k views

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 ...
1
vote
1answer
47 views

Invalid Authencity Token after deploy

Whenever I deploy a new version of an rails app, the authenticity token of the previous release becomes invalid. That's the normal behavior. I'm not looking to change that. However, any user that ...
1
vote
2answers
181 views

Response content type different from what expected

I have a jquery calendar widget that do query several event sources on the server and these sources all returns the same JSON format responses. What is really annoying is that when the user cookie ...
1
vote
2answers
2k views

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

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 ...
1
vote
2answers
790 views

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

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 ...
0
votes
2answers
90 views

How do you get CGI::Session to expire after a certain interval?

It seems like CGI::Session expire() function only expires after a user is idle for a specified interval. I'm assuming by idle they mean a user hasnt refreshed the page or accessed any others. While I ...
0
votes
1answer
49 views

previous page won't expire

I have a page that has two 'pages' within. Basically it's two DIVs - one is hidden at all times, and it is toggled dependent on a Radio button. One of these DIVs contains a form which you can ...
0
votes
2answers
916 views

PHP session expiring too early

I have an issue, my apps sessions are expiring unexpectedly after about 15 minutes. I need them to expire after 4 hours. The server is Centos 5.5, PHP is 5.3.2. Below is my code (included in an ...