How to Increase or Decrease Session Timeout in Your ASP.NET Application
Last Updated on Tuesday, 30 October 2012 05:41 Written by Rodolfo Hernandez Monday, 5 November 2012 12:00
In this article, I will give you a step by step guide on how to set, increase or decrease session timeout for your ASP Application.
1. To set the session timeout for your application we will use the timeout attribute. The timeout attribute indicates the time (minutes) that the user will stay logged in into your application. To set the time, we will edit the web.config file your application.
2. Open web.config and look for this tag:
<authentication mode=”Forms”>
3. Now, we are going to add the timeout parameter. We will set it for 600 minutes:
Learn MoreMojoPortal: Adding a Poll
Last Updated on Tuesday, 27 September 2011 03:33 Written by Ian McIntosh Saturday, 1 October 2011 12:00
This article follows on from the previous article in the series.
In this article, I am going to use the built in poll module to set up a couple of polls to canvas customer views.
I start by signing in as Admin, going to the page I want to add the poll to and selecting to edit the page.
MojoPortal: Using the Contact Form for a Support Page
Last Updated on Wednesday, 14 September 2011 01:00 Written by Ian McIntosh Monday, 26 September 2011 12:59
This article follows on from the previous article in the series.
One of the things my customers tell me is useful is my adding a support page to their website so they can easily log any problems or questions they have with me. I create a page that is not visible to visitors of the website, it is only visible to the website administrator(s). The page has a form that will automatically send me an email, without them even having to remember my email address. WithMojoPortal this is really easy to do.
Learn MoreMojoPortal: Adding a Forum
Last Updated on Saturday, 10 September 2011 11:25 Written by Ian McIntosh Monday, 12 September 2011 12:00
This article follows on from the previous article in the series.
Today, I am going to use the inbuilt Forum feature to allow customers to provide feedback on my site. I will use the Feed Manager feature to display selected posts on the home page. I will also set the email settings in user.config to enable the email functionality of the Forum.
I start by signing in as administrator and editing the page that I will use for the forum. I chose the testimonials page.
Learn MoreCreating a Simple MojoPortal Website: Part 5
Last Updated on Sunday, 4 September 2011 12:13 Written by Ian McIntosh Sunday, 11 September 2011 12:00
This follows on from the previous article.
In the last article, I created a wine list with a graphic backdrop. In this article, I am going to use the same code to create a menu page with pairs of scrolls that will look like this:

Recent Comments