You don't need to track sessions in the same way that you would in 
Web Applications.

  Adding a string at the end of the URL to track sessions is 
fine.  All flex-based apps will most likely be served off the same 
URL, won't they?

  Just store your session variables as 'local' to the Flex instance, 
perhaps in an ActionScript class.  I'm sure there is a more elegant 
way to say this.



At 01:54 PM 1/31/2007, you wrote:

>I am having a surprisingly very difficult time finding a concrete
>answer as to how to handle sessions in flex. We need to be able to
>track a user once they are logged into the system. Security in our
>app is critical and every post needs to be validated. IN our current
>web app we simply had a string added to the end of each url that
>tracked the users session. What is the best way to handle this in
>flex?? We need to know and track session validity, timeout, logout
>and prvilages to modules and features. thanks. Our back end is
>java/postgres.



--
Jeffry Houser, Software Developer, Writer, Songwriter, Recording Engineer
AIM: Reboog711  | Phone: 1-203-379-0773
--
My Company: <http://www.dot-com-it.com>
My Podcast: <http://www.theflexshow.com>
My Blog: <http://www.jeffryhouser.com>
Connecticut Macromedia User Group: <http://www.ctmug.com>

Reply via email to