Thanks for the input Jason, here is the way I understand how sessions work:
TO INITIATE A SESSION
I send a page request
server sends a request for session ID cookie
if I send back the session ID cookie
server sends the page
else
server sends a session ID cookie blind (whether or not cookie accepted)
server sends the page
end if
WHEN IN A SESSION
I send a page request
server sends request for session cookie
browser sends cookie
server finds code (before header sent) referencing a session variable and gets variable from SERVER SIDE (am I correct?)
script exectutes normally with variable.
So to sum it up, I wish I had a tutorial that went into that detail as eventually I'm going to need to be a security expert and this is in the security family.
Anyone else out there got some good tutorials?
Sam Fullman
Compass Point Media