Disabling Cookie Management for MySqlDirect session ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Cody21
Posts: 112
Joined: Thu 01 Mar 2007 00:58

Disabling Cookie Management for MySqlDirect session ?

Post by Cody21 » Thu 15 Mar 2007 23:50

I have the following Web.Config entries based on your documentation - except I changed cookieless to "true". I am struggling in turning off COOKIES for my clients when they try to LOGIN. (Having the cookes enabled is causing more trouble than they're worth since people can't seem to figure out their IE settings.) So, I added the "true" option in an attempt to disable cookies ... but I have a client that still is failing on a cookie requirement even with that setting. Should that be all that is required in my web.config file to disable this or do I also have to modify the ROLES cookie section?? I've been to MSDN but have yet to figure this out. Thanks... !!



























Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 19 Mar 2007 10:30

We are performing some investigations on this. Look forward to the results.

Cody21
Posts: 112
Joined: Thu 01 Mar 2007 00:58

Post by Cody21 » Sun 25 Mar 2007 16:46

Alexey _ I *figured* out how to eliminate cookies. I've included my web.config settigns below that now prevent Cookies from being set. However, per my OTHER post, this is only a temporary solution until I can get that other post working. To be clear, what I'm *really* trying to implement is a method to allow a user to remain logged in forever -- or the TIMEOUT that I set in my web.config file. So while this cookieless environment is at least allowing my users to access my site, they continue to timeout after 20 mins. Here's my web.config area re: cookiless state.















Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 27 Mar 2007 09:40

However, per my OTHER post, this is only a temporary solution until I can get that other post working.
I've posted the answer to the OTHER post. Please check it out.

Cody21
Posts: 112
Joined: Thu 01 Mar 2007 00:58

Post by Cody21 » Tue 27 Mar 2007 14:48

Thanks Alexey - you can close THIS ticket.. I'm actively working on the other one to test the web.config settings you suggested.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 28 Mar 2007 05:27

Sure.

Post Reply