Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-08-2004, 11:08 PM   PM User | #1
boeing747fp
Regular Coder

 
Join Date: Oct 2003
Posts: 599
Thanks: 1
Thanked 1 Time in 1 Post
boeing747fp is an unknown quantity at this point
session ID creation

when a forum system prints a session ID into the db, where do they get the session from to look like 'd5dc0ea2175aa1962d6ad24fa2cc4a89' ? i looked at the IPB code and it just says
Code:
$poss_session_id = "";
boeing747fp is offline   Reply With Quote
Old 06-08-2004, 11:18 PM   PM User | #2
LynxGrr
New Coder

 
Join Date: May 2004
Posts: 72
Thanks: 0
Thanked 0 Times in 0 Posts
LynxGrr is an unknown quantity at this point
session_id - stores the session ID (oddly enough)

http://php.us.themoes.org/manual/en/...session-id.php

As for that piece of code you have there, if im not mistaken its resetting the variable $poss_session_id to nothing.
__________________
"The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect."

--Tim Berners-Lee, W3C Director and Inventor of the World Wide Web
LynxGrr is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:27 AM.


Advertisement
Log in to turn off these ads.