Documentation

bitrix_sessid_get

string
bitrix_sessid_get(
$varname='sessid'
)
 

Function parameters

Parameter Description
varnameSession ID

Returned value

The function returns string of the $varname=session ID type that is pre-processed by the md5 function.

Examples of use

Passing ID in a link.

<a href="/news/detail.php?ID=123&delete=Y&<?=bitrix_sessid_get()?>">Delete</a>


© «Bitrix24», 2001-2024
Up