On Feb 1, 4:32 am, Diogo Resende <[email protected]> wrote: > You can do what you're suggesting. To keep credentials in sync you > will have to ensure that the cookies are passed to both frames (by > using same domain or something similar) and leave the credentials > (session) information in a common database for you to access using > PHP or Node.
You could also parse the PHP session file and extract the information that way. I wrote a little node module awhile back that does exactly that: https://github.com/mscdex/groan -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
