Hi,

I am using frames in my html. On left hand, I have signout (I use
google's signout servlet). On the right side is the target. so for
instance:

I have:

left.html

<a href="secure/addX.html" target="Welcome">X</a><br>
<br>
<a href="signout" target="Welcome">Signout</a><br>


index.html contains:

<frame src="welcome.html" name="Welcome">

Now... after uploading the files to appengine site, I navigage through
the secure/addX.html for the first time. It asks me to authenticate.
Then, I signout (which works fine)... but then, when I click on
addX.html, it does not ask me to authenticate again... just executes
the page...

Am I missing something ?


Thanks in advance for the response.

sri

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en.

Reply via email to