View Single Post
Old 07-14-2005, 01:33 PM   #4 (permalink)
morpheuz
Code Monkey
 
Join Date: Feb 2005
Posts: 64
morpheuz is on a distinguished road
Is it bad coding practice to attach sessions on to the URL manually instead of using cookies to maintain the session and (if possible) userid throughout all links?

Like say you have Sessions already in use for the logged in member and print links adding in the session with userid.

ex:

<a href="../profiles.php?PHPSESSID=".session_id()."&userID=$fe tch->userid">see this member's profile</a>
morpheuz is offline   Reply With Quote