hey guys,
I have finally got my head around setting cookies etc.
I have a checkout type setup and was using the user ip to identify the user if they arent logged in.... obviously this is open to error etc.
anyways i want to replace the method with session ids.
does anyone have an example of how to
a) set a session id
b) unset a session id (destroy)
c) call a session id into a variable
cheers
vamps