specify session id in url params

Alex MacCaw wrote:

I'm wondering if it's possible to specify a user's session id in the url parameters.

Sure. You can take a look at my No-Cookie Session plugin for some ideas.

-- Long http://MeandmyCity.com/ - Free online business directory for local communities http://edgesoft.ca/blog/read/2 - No-Cookie Session Support plugin for Rails

Guest wrote:>

Long wrote: > Alex MacCaw wrote: >> >> I'm wondering if it's possible to specify a user's session id in the url >> parameters. >> > Sure. You can take a look at my No-Cookie Session plugin > for some ideas. > > -- Long

Thanks, I should really test it first. If you just do ?_session_id=etc it works already!

This is prescisely what my plugin does and it automates adding the session_id to all url_for() calls. Perhaps, there are some advantages, such as reducing some manual work.

-- Long