--- In [email protected], "renatonow" <[EMAIL PROTECTED]> wrote: > > Hi everyone: > > 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?. > > The reason is that the aplication I'm developing needs to validate > every attemp to load a page on the web server, and the only way to > know it is by the SessionID exchange. > > Can I pass a Cookie value as well? > > > Thanks so much in advance > > Renato Salas
As a newcomer to svg, I have scanned everything available on the web and at my free bookstore -- aka Barnes and Noble -- and am really dismayed to see the disconnect in the W3G recommendations for handling <svg>. You will find great examples in the published books that simply are wrong when it comes to the matter of cross-platform communication between the svg engines and all that other infrastructure we use to develop web applications. Look at Stefan's Clock, http://oskamp.dyndns.org/SiemensClock/SVG/, for a generally valid, generally extensible way in which at least to pass some initial state or context into the svg engine. You could then use getURL to cobble a 'go-no-go' query using the data you obtained initially. I hope this helps you, but I really hope someone on the standards committee is listening to the absurdity of what we will have to do to use svg if they don't define the communication between the svg scripting engine and the wrapping html scripting engine. ----- 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/

