Our catalyst app is having a problem with sessions.  We have a calendar
that is called via ajax and sometimes takes 45 seconds to load
(optimizing this is in the works).  The problem is if you navigate away
from that page and start clicking around, the session is being updated
just fine until that ajax call finishes.  Then the session is
over-written and all the previous session data is wiped out.

 

Is there a way I can have that ajax call not write the session data?
I'm using:

 

      Session

      Session::State::Cookie

      Session::State::URI

      Session::Store::DBIC

 

Thanks in advance!

 

Ryan Pack

Programmer

Genares Worldwide Reservations

P. 817-722-2834

F. 817-442-0600

 

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to