Page is a not externally linkable
ruserious - 9:01 pm on Mar 4, 2003 (gmt 0)
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...
Great work, andreas :)