Our site uses cookieless sessions as many of the mobile devices that browse our site do not support cookies. The session is added to the URL in order to track sessions, as is standard cookieless behaviour.
My problem is that on a Redirect() the session id (in the query string) is lost and a new session is created. This behaviour does not occur when RedirectToAction() is called, but I need to call redirect in order to change controllers as well as actions. Has anyone experienced this problem and found a solution? -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
