Hey Sergey,

2008/11/28 sergey bryukov <[EMAIL PROTECTED]>:
> Koen, thanks!
> It was my client/server arch misunderstanding. In asio examples there is a
> multi thread server implementation and I beveled all  multi-client servers
> are  implemented  like  that. In my solution I need unique session ID to
> contract unique  environment including directories and files. Do Wt provide
> getting of session ID function?

You may be looking for WApplication::sessionId() ?

You can at all times access the current application instance using the
static method WApplication::instance() (this method uses thread-local
data).

Regards,
koen

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to