Re: non session/cookie login





| How would I know if the sessions are stored as a file and not a cookie.
|
| Where do I look and what would I change?

session.use_cookies Off Off

OK, I ran a test script that changed the above setting, then set a
session and hyper-linked to a new page. In the new page it tests if
the session is set.

I blocked all cookies within my IE and it didn't work, the session
still wasn't getting through.

If I'm not ussing cookies to store the sessions why isn't it working?

Mike

.