On Tuesday, April 16, 2013 1:18:31 AM UTC-7, john wrote:

> I logged in a site,and click a button to go to another site,I log out.
> How to keeping login between different pages?
>
> 在 2013年4月16日星期二UTC+8下午4时12分52秒,Željko Filipin写道:
>>
>> On Tue, Apr 16, 2013 at 10:06 AM, john <[email protected]> wrote:
>>
>>> anyone knows?
>>
>>
A lot here may depend on how your site persists the session and login 
information for a user.  Also if your tests are doing things like 
frequently clearing cookies or closing and re-opening browser.    If you 
destroy the means by which the site keeps track of the user's session, and 
identifies someone as being logged in, then they will (and should) be 
'logged out'.   (read up on the sessionless/stateless nature of the HTTP 
protocol and how sites use cookies and other metadata to maintain 'state' 
and 'session' status  It's useful stuff to understand if you are testing 
web sites/apps
 

>
>> What have you tried. What was the problem?
>>
>> Željko
>> --
>> https://leanpub.com/watirbook 
>>
>

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to