Hi Renato, >>Is there a way to capture the client's SessionID generated by an ASP page and then send it again to the webserver to validate the user session, using the getURL or postURL methods?.<<
You could create a hash of the SessionId at the server and send that to the client with the page containing the SVG or in the SVG itself (if it has been dynamically generated)...then you could pass the hash back to the client with the postURL or getURL and (at the server) check that it contains the session id that you are expecting. I could post some code if that would help. pete ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

