Session ID in PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • 2good2b@gmail.com

    Session ID in PHP

    Hi everyone,
    New to PHP here (& Doing pretty well so far)
    I have one missing link in my small web app - how do i implemet session
    ID in PHP?
    For example, if I want to create a web-based mail app google style

  • Andy Hassall

    #2
    Re: Session ID in PHP

    On 18 Dec 2006 10:03:31 -0800, 2good2b@gmail.c om wrote:
    >I have one missing link in my small web app - how do i implemet session
    >ID in PHP?
    Usually you let PHP generate session IDs for you when you start a session.


    Unless you mean something different?

    --
    Andy Hassall :: andy@andyh.co.u k :: http://www.andyh.co.uk
    http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool

    Comment

    Working...