I''m wondering if it''s possible to specify a user''s session id in the url parameters. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 > http://MeandmyCity.com/ - Free online business directory for local > communities > http://edgesoft.ca/blog/read/2 - No-Cookie Session Support plugin for > RailsThanks, I should really test it first. If you just do ?_session_id=etc it works already! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---