I just found out that cookies are automatically passed back to the
webserver when using both getURL or postURL, so I think the only issue
would be when the method of authentication is based on URL rewriting.
For this last issue, the procedure described by Peter is very useful,
thank you so much.
 
 
Renato
 
-----Mensaje original-----
De: Peter Schonefeld [mailto:[EMAIL PROTECTED] 
Enviado el: Sábado, 29 de Enero de 2005 01:04 a.m.
Para: svg-developers@yahoogroups.com
Asunto: RE: [svg-developers] Passing SessionID using getURL or PostURL
 
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]
<mailto:[EMAIL PROTECTED]> 
  
*         Your use of Yahoo! Groups is subject to the Yahoo! Terms of
<http://docs.yahoo.com/info/terms/>  Service. 


[Non-text portions of this message have been removed]



-----
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/
 



Reply via email to