API/functions/bb get cookie login
From bbPulp
| Function | |
|---|---|
| bb_get_cookie_login | |
| File: | /bb-includes/pluggable.php |
| Class: | none |
| Pluggable: | yes |
| Introduced: | revision 335 |
| Deprecated: | no |
[edit] Description
array bb_get_cookie_login ( void )
Gets the combined contents of the cookies containing login details for the current user.
[edit] Return values
If the cookies exist then an array is returned containing the indexes 'login' and 'password', else returns false.
[edit] Plugins that redefine this function
None

