Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Bag-O-Tricks for PHP II


ruserious - 9:01 pm on Mar 4, 2003 (gmt 0)


Great work, andreas :)

However I would advice people to either not use Session-ids in the querystring (disable trans-sid) or to at least exclude them from being put in the URI (instead leave it in the querystring or just drop it). The reason is explained in this document: Common HTTP Implementation Problems [webmasterworld.com]

You don't want people using (bookmarking, copying, sending to friends) URLs where the session-id is included in the filename. IMHO. This not only goes against the idea and essence of what a URL/URI is, but it might very well throw up errors when the session dies...


Thread source:: http://www.webmasterworld.com/php/334.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com