facing difficulty in building a login system

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • muchexie
    New Member
    • Feb 2007
    • 20

    facing difficulty in building a login system

    i' trying to build a login system and have the following error, which i'm finding difficult to fix.


    Fatal error: session_start() [<a href='function. session-start'>function .session-start</a>]: Failed to initialize storage module: user (path: c:/WINNT/Temp/) in C:\project\test \register_new.p hp on line 6

    any help is greatly appreciated.
  • stephane
    New Member
    • Feb 2007
    • 35

    #2
    Originally posted by muchexie
    i' trying to build a login system and have the following error, which i'm finding difficult to fix.


    Fatal error: session_start() [<a href='function. session-start'>function .session-start</a>]: Failed to initialize storage module: user (path: c:/WINNT/Temp/) in C:\project\test \register_new.p hp on line 6

    any help is greatly appreciated.
    sesisons not configured at your system.
    i think you must set correct session_path folder

    Comment

    Working...