|
First, are you certain that you need the
IIS session? Remember that Flex can retain state on the client between data calls
back to the server. Is the sole reason for needing the session that you want
to time-out the user and make them log back in? You could do this in Flex. When the user
logs in, send back to Flex the timeout period. Then use a Flex “timer”
to force the client to log back in. Just an idea. It is somewhat difficult to
have the dot.net server “push” data to the client. You would have
to “poll” the server periodically to check the session timeout
status. I understand that WebOrb provides major
integration between Flex and dot.net. If my suggestion is not suitable, you
could investigate that. From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Murat Atif Sayar Hi,
- httpServlets
(aspx) à
written for xml connection - flex gets
username and password, and transfer to httpServlets (aspx), an
OPENING a new session in ISS, -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS
|

