> I'm not sure what you're after - requests aren't persisted anywhere > (unless you're doing something special to do that)
I want to find a possibility to get the PATH_INFO of each session user. My first opinion to do that was to list the env of all sessions. The reason I want to do that is to forbid, that two session users can access an update form on the same time. I have to check on which site all session users currently are. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

