cliftonc / calipso

Calipso is a simple NodeJS content management system based on Express, Connect & Mongoose.
calip.so
1.71k stars 307 forks source link

Session ending after AJAX request manual abortion #187

Open sashuk opened 11 years ago

sashuk commented 11 years ago

First I would like to thank developers of such unteresting product as Calipso! Here is the issue: when I execute "long" request (timeout ~4 seconds) to Calipso throught AJAX, it works right. But when I, for example, abort request on the second second (for example, just redirecting to another page), user session drops and asks to login again.

richtera commented 11 years ago

Curious. I have not seen this. Thanks Andy

Sent from my iPhone

On Mar 9, 2013, at 3:40 AM, Alex notifications@github.com wrote:

First I would like to thank developers of such unteresting product as Calipso! Here is the issue: when I execute "long" request (timeout ~4 seconds) to Calipso throught AJAX, it works right. But when I, for example, abort request on the second second (for example, just redirecting to another page), user session drops and asks to login again.

— Reply to this email directly or view it on GitHubhttps://github.com/cliftonc/calipso/issues/187 .