Re: [Catalyst] Session problems with IE and cookies - workaround

2007-03-29 Thread Dmitry
VT My workaround will: VT 1) Delete the old session VT 2) Create a new session VT 3) Return a dummy page, along with a new cookie and a redirect to VT site's main page There is easier workaround - just call $c-reset_session_expires on login. Why nor reset_session_expires neither

[Catalyst] Catalyst::Plugin::Session::Store::Memcached not correctly work with session expire

2007-03-28 Thread Dmitry
If in session expire time reached on server and but on client cookie still valid and user tries to authenticate again. After authentication succeeded Catalyst::Plugin::Session::Store::Memcached::store_session_data called to store new values which called

[Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread Dmitry
Hello! When user post some form from Internet Explorer it tries to keep connection alive and for that reason after url-encoded data send additional CRLF which is not counted to Content-length header. Catalyst::Engine::HTTP ( as of version 5.7007 ) pass all data received to HTTP::Body, but