\COOKIE

COOKIE

Common cookie functions

Summary

Methods
Properties
Constants
__construct()
storeCookie()
deleteCookie()
grabCookie()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct() : 

COOKIE

Returns

storeCookie()

storeCookie(  username) : 

Set a cookie if user requests through mywikindx 'remember me' checkbox

store only username and password so user does not have to go through initial authentication

Parameters

username

Returns

deleteCookie()

deleteCookie() : 

remove cookie

Returns

grabCookie()

grabCookie() : 

Get cookie

Returns

TRUE if cookie set