This is more of a general web development question, but I was
wondering how cookies work (i.e. using login systems) in the following
two methods:

1. Use my own custom system:
Suppose I have the user log in and then set a "logged in" cookie --
through ssl. Would that cookie then be accessible to the non-ssl pages
of my site?
Is there any possible security breaches that I have to worried about
when using this method?

2. Use google Users API:
When the user logs in via this api, will he also be considered logged
in on the ssl parts of my site?

Is there any benefit of using #2 over #1?


Thanks in advance,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to