[Klone-users] Session id
Stefano Barbato
barbato at koanlogic.com
Sat Aug 16 05:40:26 EDT 2008
Hello,
why you need that? Anyway this is how you can get it:
----[ page.kl1 ]---
<%!
#include <klone/ses_prv.h>
%>
<body>
<%
if(session->id)
io_printf(out, "your session id is %s", session->id);
%>
</body>
--------------------
bye,
s
On 15/ago/08, at 11:33, diakat 2000 wrote:
> Hello,
>
> It's me again, I've got yet another question.
> Is it possible to query the session id, so that I can use it in my
> website?
>
> Regards,
> d.
>
> _______________________________________________
> Klone-users mailing list
> Klone-users at koanlogic.com
> http://koanlogic.com/cgi-bin/mailman/listinfo/klone-users
>
More information about the klone-users
mailing list