bugfix
09-05-2001, 08:27 AM
Does anyone know the name of the cookie and variables that UBB stores on computers?
I need to find out the cookie and variable name so that I can detect whether a particular user is registered on a particular bulletin board. I'm helping someone setup a web based chat program and I need to know whether people trying to use the webchat are registered with the UBB at the same site.
Did that make sense?
How do I extract information from the cookie? Is it available as a varible without doing anything?
e.g. If the UBB cookie name is UBBcookie and it stores more than 1 value then would I extract it like so?:
$username = $UBBcookie[lno_username]
Thanks.
[ 05 September 2001: Message edited by: bugfix ]
I need to find out the cookie and variable name so that I can detect whether a particular user is registered on a particular bulletin board. I'm helping someone setup a web based chat program and I need to know whether people trying to use the webchat are registered with the UBB at the same site.
Did that make sense?
How do I extract information from the cookie? Is it available as a varible without doing anything?
e.g. If the UBB cookie name is UBBcookie and it stores more than 1 value then would I extract it like so?:
$username = $UBBcookie[lno_username]
Thanks.
[ 05 September 2001: Message edited by: bugfix ]