Am 22.05.2014 10:23, schrieb A.L.E.C:
> What about security token, can we have it without session?

no

but you don't need a token nor a session if(PHP_SAPI == 'cli')

if(PHP_SAPI != 'cli')
{
 // session code;
}

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Roundcube Development discussion mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/dev

Reply via email to