473,468 Members | 1,352 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

REmembering User accounts without using cookies.

Hey!

We need a solution for a problem. We're designing a site where users hate...
absolutly hate... with a passion to sign in with a user name / password
system. They want to sign in once, and that's it.

User's are all behind an internal IP so we can't use the old method of
remembering IP's as that would mess up user preferences. We really don't
like using cookies either. Is there another method we could use? Encrypted
XML on the client's machine was brought up, but that still has security
issues.

Is there other options for this scenario?
/RT
The Monkey at the Keyboard
Nov 18 '05 #1
5 1390
"Ryan Ternier" <rt******@icompasstech.com.spamproof> wrote in message
news:uA**************@TK2MSFTNGP09.phx.gbl...
Hey!

We need a solution for a problem. We're designing a site where users hate... absolutly hate... with a passion to sign in with a user name / password
system. They want to sign in once, and that's it.

User's are all behind an internal IP so we can't use the old method of
remembering IP's as that would mess up user preferences. We really don't
like using cookies either. Is there another method we could use? Encrypted
XML on the client's machine was brought up, but that still has security
issues.


What's wrong with cookies?
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #2
If you don't want cookies, you are pretty much out of options. IE Security
wouldn't let you write any files on the client's machines

I'm not sure what you have against cookies, that is a pretty standard way of
accomplishing this. You can encrypt the password before storing it in the
cookie.

"Ryan Ternier" <rt******@icompasstech.com.spamproof> wrote in message
news:uA**************@TK2MSFTNGP09.phx.gbl...
Hey!

We need a solution for a problem. We're designing a site where users hate... absolutly hate... with a passion to sign in with a user name / password
system. They want to sign in once, and that's it.

User's are all behind an internal IP so we can't use the old method of
remembering IP's as that would mess up user preferences. We really don't
like using cookies either. Is there another method we could use? Encrypted
XML on the client's machine was brought up, but that still has security
issues.

Is there other options for this scenario?
/RT
The Monkey at the Keyboard

Nov 18 '05 #3
It's not that cookies won't cut it, it's that the lead Designer doesn't want
to use them... plus the people that will be using this system have a system
tighter than... to put it in plain terms... if they wanted to download an
image to their computer, they'd have to go through about 5 different levels
of management to get an OK for it.
"Marina" <so*****@nospam.com> wrote in message
news:uC**************@TK2MSFTNGP09.phx.gbl...
If you don't want cookies, you are pretty much out of options. IE Security wouldn't let you write any files on the client's machines

I'm not sure what you have against cookies, that is a pretty standard way of accomplishing this. You can encrypt the password before storing it in the
cookie.

"Ryan Ternier" <rt******@icompasstech.com.spamproof> wrote in message
news:uA**************@TK2MSFTNGP09.phx.gbl...
Hey!

We need a solution for a problem. We're designing a site where users

hate...
absolutly hate... with a passion to sign in with a user name / password
system. They want to sign in once, and that's it.

User's are all behind an internal IP so we can't use the old method of
remembering IP's as that would mess up user preferences. We really don't
like using cookies either. Is there another method we could use? Encrypted XML on the client's machine was brought up, but that still has security
issues.

Is there other options for this scenario?
/RT
The Monkey at the Keyboard


Nov 18 '05 #4
If they use IE, I would think they'd be ok with cookies. They can explicitly
control from which sites to accept cookies, and I believe that list can be
locked by using Group Policy, so that individuals can't change it.

--
John Saunders
johnwsaundersiii at hotmail
"Ryan Ternier" <rt******@icompasstech.com.spamproof> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
It's not that cookies won't cut it, it's that the lead Designer doesn't want to use them... plus the people that will be using this system have a system tighter than... to put it in plain terms... if they wanted to download an
image to their computer, they'd have to go through about 5 different levels of management to get an OK for it.
"Marina" <so*****@nospam.com> wrote in message
news:uC**************@TK2MSFTNGP09.phx.gbl...
If you don't want cookies, you are pretty much out of options. IE Security
wouldn't let you write any files on the client's machines

I'm not sure what you have against cookies, that is a pretty standard way of
accomplishing this. You can encrypt the password before storing it in the cookie.

"Ryan Ternier" <rt******@icompasstech.com.spamproof> wrote in message
news:uA**************@TK2MSFTNGP09.phx.gbl...
Hey!

We need a solution for a problem. We're designing a site where users

hate...
absolutly hate... with a passion to sign in with a user name / password system. They want to sign in once, and that's it.

User's are all behind an internal IP so we can't use the old method of
remembering IP's as that would mess up user preferences. We really don't like using cookies either. Is there another method we could use?

Encrypted XML on the client's machine was brought up, but that still has security issues.

Is there other options for this scenario?
/RT
The Monkey at the Keyboard



Nov 18 '05 #5
Well, they can't have their cake and eat it too.
Meaning, that if they are unwilling to do something as harmless as to allow
cookies to come from your site - they can't then expect to have the username
and password remembered.

In fact, any other solution - like storing encrypted XML files, etc, would
actually be less secure. Imagine if a web site can write any file it wants
to, to your computer - what a huge security hole!

And again, there is nothing stopping you from encrypting whatever it is you
want to store in the cookie, to make sure that it is safe.

"Ryan Ternier" <rt******@icompasstech.com.spamproof> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
It's not that cookies won't cut it, it's that the lead Designer doesn't want to use them... plus the people that will be using this system have a system tighter than... to put it in plain terms... if they wanted to download an
image to their computer, they'd have to go through about 5 different levels of management to get an OK for it.
"Marina" <so*****@nospam.com> wrote in message
news:uC**************@TK2MSFTNGP09.phx.gbl...
If you don't want cookies, you are pretty much out of options. IE Security
wouldn't let you write any files on the client's machines

I'm not sure what you have against cookies, that is a pretty standard way of
accomplishing this. You can encrypt the password before storing it in the cookie.

"Ryan Ternier" <rt******@icompasstech.com.spamproof> wrote in message
news:uA**************@TK2MSFTNGP09.phx.gbl...
Hey!

We need a solution for a problem. We're designing a site where users

hate...
absolutly hate... with a passion to sign in with a user name / password system. They want to sign in once, and that's it.

User's are all behind an internal IP so we can't use the old method of
remembering IP's as that would mess up user preferences. We really don't like using cookies either. Is there another method we could use?

Encrypted XML on the client's machine was brought up, but that still has security issues.

Is there other options for this scenario?
/RT
The Monkey at the Keyboard



Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: xo55ox | last post by:
Hi, I just build a website and need to somehow trap the user logon and 1) display 'welcome! so and so' at the left hand corner of the page. 2) valid whether the user exists in my MySQL...
18
by: | last post by:
Please help. After a number of wrong turns and experiments I need advice on login management system to secure our web pages without inconveniencing our visitors or our internal staff. What I...
4
by: Hman | last post by:
Is asp.net supposed to create a yuser account on my pc? I ask because it has and I don't know how to access it or hwat it's doing there?
10
by: DC Gringo | last post by:
Using latest SP Win2k and .NET versions, I have a .NET application running on server1 with a SQL Server database running on server2. I have the Windows user account passwords sync'd for...
3
by: MLH | last post by:
I was running the following code while logged in as a user belonging only to the Users group. Set usrNew = .CreateUser(Me!UserID) 'The user ID is in a control on the form usrNew.PID =...
2
by: Robert V. Hanson | last post by:
If you have per user information that you want to store in session and the setting in web.config is set to cookieless=false so you are intending on using cookies, the user's browser is set to not...
7
by: monomaniac21 | last post by:
hi i have a php site which allows users to save a cookie on their computer which stores their user id details and allows them to auto- login. i'm wondering whether this is safe, is it...
6
by: plaguna | last post by:
Basically I have Three questions about Jet U-L Security: 1.Every time I create new Groups, new Users and Permissions using the User and Group Accounts dialog box, It creates User security for...
3
by: shapper | last post by:
Hello, On my web site I have a property, Visitor, which is available for Anonymous users: public class Visitor { public CultureInfo Culture { get; set; } public List<GuidPolls { get; set;...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.