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 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.