Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5199569
Hits Heute: 266
max. Hits (10.07.07): 6964
User Online: 32
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

C++- Entwicklung mit Linux.
C++- Entwicklung mit Linux.

Manuals > PEAR > Auth::setSessionname()

Auth::setSessionname()

Auth::setSessionname() -- set a custom session name

Description

This function can set a customized name for the session that is created during the login process. The default for this session name is "PHPSESSID".

Parameter

string $name

the session name to use

Note

This function can not be called statically.

You have to use setSessionname(), if you are running two or more different applications with Auth on the same domain. If you don't use this function, a user who has once logged in at one of the applications can also use the other applications without logging in again!


Copyright 1998 - 2009 by I.S.U.M.