Zikula: A Flexible Open Source Content Management System
home | forum | international support | contact us

Docs for page SessionUtil.class.php

Procedural File: SessionUtil.class.php

Source Location: /pnobjlib/SessionUtil.class.php

Classes:

SessionUtil
SessionUtil


Page Details:

Zikula Application Framework



Tags:

version:  $Id: SessionUtil.class.php 24383 2008-06-12 14:15:02Z markwest $
copyright:  (c) 2001, Zikula Development Team
link:  http://www.zikula.org
license:  GNU/GPL








pnSessionDelVar [line 896]

bool pnSessionDelVar( string $name)

Delete a session variable



Tags:

return:  true
see:  SessionUtil::delVar
deprecated:  


Parameters

string   $name   of the session variable to delete
[ Top ]



pnSessionGetVar [line 867]

string pnSessionGetVar( sring $name, [string $default = false])

Get a session variable



Tags:

return:  session variable requested
see:  SessionUtil::getVar
deprecated:  


Parameters

sring   $name   of the session variable to get
string   $default   the default value to return if the requested session variable is not set
[ Top ]



pnSessionSetVar [line 882]

bool pnSessionSetVar( string $name, value $value)

Set a session variable



Tags:

return:  true
see:  SessionUtil::setVar
deprecated:  


Parameters

string   $name   of the session variable to set
value   $value   to set the named session variable
[ Top ]



session_regenerate_id [line 571]

string session_regenerate_id( )

Regenerate session



Tags:

return:  session_id


[ Top ]


Packages:

Files:

Classes: