Hi,
When I test my asp.net website app in my win 2000 server in Administrator user mode, the session I start (Session("user_ses") = myclass) only lasts a few seconds. But if I do the same as a ‘common’ user the sessions lasts 20 minutes, which is the time I set in web.config file:
<sessionState...
Hi,
I’m rewriting url addresses like this http://myserver/mysite/user_page.aspx to this http://myserver/mysite/user_name/web , but when the page is displayed css styles aren’t applied, and errors appears in browser’s bottom bar. So, a very ugly page.. (I attach below the code I used for rewrite...
Hi,
I am building a web app (a web community) in which about 1000 users will have its own website (standard but customized), and I want that website has a friendly url like http://www.mycommunity.com/petersmith
With this url in the address bar, I want to show the initial customized web page...
Hello,
I was thinking to have a main 'Users' table with a few common data such as ‘StartDate’,
‘KindOfService’, ‘DelegationsServiceIncluded’, and ‘CurrentState’. And all the other User information in separate spread tables linked to main Users table, tables such as ‘UsersCompanyName’...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.