Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 26th, 2007, 01:49 AM
Registered User
 
Join Date: Oct 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Dedicated Server

Hi
I have web site on hosting company Brinkster. They recommended me don't use session in asp file . Instead of session we can use cookies because sometimes session are lost. My web site has 5000 hits per day it is e-commerce side. I using cookies to truck information of clients,. That is share server. In the last months my customers loosing cookies. My question if i switch server to dedicated server i will solve this problems (lost cookies)
Any help
regards


 
Old November 26th, 2007, 07:19 PM
Friend of Wrox
 
Join Date: Mar 2006
Posts: 310
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Is your site based on TBH?
I don't know but... I think that you have some configuration problem! the cookies are saved on the client machine...

That problem that you are saying can occur with cache... changing from shared to dedicated serve might help...

What cookies are you referring? The "remember" cookie? Or all the cookies?

I prefer use session variables than cookie variables because users can have cookies off!
In other hand, the cookies are very limited...
If you save much cookies on the client machine, they automatically replace the oldest from the newest...

But wait to read more opinions...







Similar Threads
Thread Thread Starter Forum Replies Last Post
VB Express and SQL server on remote server questio HoosierDaddy61 Visual Basic 2005 Basics 0 February 22nd, 2006 11:27 AM
How to set up a dedicated server for my web pages johnsonlim026 ASP.NET 1.0 and 1.1 Basics 0 August 11th, 2005 12:12 AM
SQL Server sync with net server and browser server ne SQL Server DTS 0 June 13th, 2005 06:29 PM
connecting web server and remote db server via asp moreyt Classic ASP Databases 0 May 31st, 2005 12:13 AM
Where to host for dedicated, 4 box needs funtent General .NET 0 July 28th, 2004 04:24 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.