You need to Register for free and Login to post a message in the forum.

Forum

Subject: Allways log in.
Prev Next
You are not authorized to post a reply.

Author Messages
avilimor1
Nuker
Nuker
Posts:11

14 Aug 2006 6:20 PM  
Hi Lee!
I see that when ever i enter your site I am always logged in, which I like.
Can you explain how to do that?
Thanks Avi.
leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3325

16 Aug 2006 4:24 AM  
Hello,

This is because DNN C is currently running on DNN v 3.2.2 and asp.net 1.1

In the latest version 4.3.4 and asp.net 2.0 you will have a problem for staying logged in.

However, a tip was provided by Chris Hammond on the DotNetNuke blogs, so this should help to solve your problem,

thanks,

Lee



http://dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1043/Default.aspx

Have you noticed that since running your DNN website on the .net 2.0 framework you can't stay logged in for more than an hour? Even if you have the "remember me" option checked?

Well here's your fix. In the Web.config of your DNN instance find the TIMEOUT section.

<forms name=".DOTNETNUKE" protection="All" timeout="60" />

forms name=".DOTNETNUKE" protection="All" timeout="60" />

Change the value 60 to something larger

<forms name=".DOTNETNUKE" protection="All" timeout="600000" />

This should help you to stay logged in! A very annoying feature of .net 2.0 is that it actually follows this timeout, how dare them! ;) 

forms name=".DOTNETNUKE" protection="All" timeout="600000" />

This should help you to stay logged in! A very annoying feature of .net 2.0 is that it actually follows this timeout, how dare them! ;) 

This should help you to stay logged in! A very annoying feature of .net 2.0 is that it actually follows this timeout, how dare them! ;)

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
avilimor1
Nuker
Nuker
Posts:11

16 Aug 2006 7:02 AM  
Thanks.
You are not authorized to post a reply.



ActiveForums 3.7

Latest Forum Posts

RE: Reversing Limited Access to the Admin Menu by wynnjon
OK-So I've updated the TABS table entries in the database and set the previously modified entries (t...
RE: localhost Install issues by leesykes
If you go to the subscribe page and click on the get free trial button - this takes you to a page wh...
localhost Install issues by cdees
I've set up a local host and want to run DNN for a local development machine.  The host is set up; h...
RE: Reversing Limited Access to the Admin Menu by wynnjon
That is what I thought.  So for my clients that will need to manage user accounts, I can not limit t...
RE: Reversing Limited Access to the Admin Menu by leesykes
I seem to recall it doesn't work
RE: Reversing Limited Access to the Admin Menu by wynnjon
Thanks Lee-  I will give that a try.An additional question- If you place the "User Accounts" page un...
RE: Reversing Limited Access to the Admin Menu by leesykes
all you need to do is reverse the process within the SQL tables.Compare the data to the other rows i...
RE: Module not working when logged off. by leesykes
thanks for the info,
Reversing Limited Access to the Admin Menu by wynnjon
Hi!  I followed the tutorial for limiting the access to the admin menu.  What a great thing!However,...
RE: Trouble installing! Designer trying to be a Developer. by leesykes
glad to hear you found a solution, thanks,
RE: Skim Question by leesykes
You could but you will not be able to have an XHTML compliant page as the SolpartMenu is non-complia...
RE: Include in Menu - Weird Request by leesykes
For your sitemap.xml file - use GSiteCrawlerYou could create the site map before moving the sub menu...
RE: Trouble installing! Designer trying to be a Developer. by awright14
It looks like I had ASP installed in the wrong order.  Copying and pasting this into the Run Command...
RE: Need Help Changing Containers Contentpane's Text Color by leesykes
Hello,Have you tried adding a class to the content area of your container and then styling the p, a,...
RE: Vertical SolpartMenu by leesykes
hello,If you wish to display the admin and host menus within the house menu, you need to enable it i...
RE: Firefox Does Not Display WMV File In Media Module by leesykes
Hello,I have just tested this and I can play a wmv file in Firefox 3.0.3, so it does suggest that it...
RE: advice wanted convert site to DNN while keeping existing asp functionality by leesykes
You could try using the IFrame module in DotNetNuke and then just link the IFrame to the current pag...
RE: Need Help Changing Containers Contentpane's Text Color by CROKeefe
Thanks for the quick update... I know it looks broken right now, but I had the TITLE classes working...
RE: Need Help Changing Containers Contentpane's Text Color by leesykes
The default class for a container is .head so you will find that the .head class will override any s...
RE: Module not working when logged off. by t.ramya85
have to set the cache time to '0' in that module setting.
AppTheory
RSS Feeds