Sledge::SessionManager type
-> module to decide the method of passing session ID
Sledge::SessionManager::Cookie
-> Pass session ID using cookie.
Sledge::SessionManager::StickyQuery
->Receive session ID from QUERY_STRING. Session ID is passed embedded in HTML.
Sledge::SessionManager::Rewrite
->We do something similar to Sledge::SessionManager::StickyQuery using mod_rewrite.
– Special session management module
Sledge::SessionManager::CookieStore
Embed session data in a cookie. Install it separately.