flex - Flash Builder 4.6 How to get the session id of the user? -
i'm using java + blazeds4 + tomcat + flashbuilder4.6
....
how session id each user logged site?
i session id , closes case connected in several places same user.
...
i searched on internet , found nothing related this.
i'm new in flash builder , thank help.
thank you
normally, if using adapters or servlets find out, may want maintain map of username=usersessionid.
to usersession id, can use flexcontext.getflexsession() or can use flexsession.getservletrequest().getsession()
more no here
Comments
Post a Comment