Re: [Phplib-users] sourceforge project page down & real $sess->url() stuff
Brought to you by:
nhruby,
richardarcher
From: <an...@sp...> - 2005-11-08 18:38:15
|
> Andreas, > > Session::url() only cleans out any session ids from the URL given to it > before adding the session id to the query string of that URL. > > Based on the fact that Session::url() only adds the session id if the > session is in GET mode, I'd guess that your code is adding the get vars > on top of the existing $_SERVER["REQUEST_URI"]. It's pretty simple to > remove those; you could use Session::url() as a guide for making a > generic function to handle that task. > Thanks a lot Layne, I'll try it. |