Hello,

How can I read a session variable from a C++ function.

My component :

mycomp.ecpp :

...
<%session>
int myvariable;
</%session>
...

myfunction.cpp :

void myfunction()
{
    ...
    I need to use myvariable here :)
    ...
}


Thanks,


Jean-Michel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to