PDA

View Full Version : .NET website on Mac will not time out


ianbauer
February 11th, 2009, 12:35 PM
I am testing a .NET application on the Mac using Safari.
The application will not time out, this is what my developer wrote when I entered the bug;-
The authentication to the website is the built in authentication that comes with .net. It uses a special cookie and a sliding timeout that will update as the user uses the site.
/can you tell me how we would make the timeout work? If it can be done that is since its NET application. Thank you very much!