Hi,
I have used the code example in test studio online documentation.
I changed the line
as
but it always print 01.01.0001 00:00:00 as expire time, indeed it is not.
Thanks
Ercan
I have used the code example in test studio online documentation.
I changed the line
Log.WriteLine(cookie.Name);
as
Log.WriteLine(cookie.Name +
" expires "
+ cookie.Expires);
but it always print 01.01.0001 00:00:00 as expire time, indeed it is not.
Thanks
Ercan