Re: server question
From: Chung Leong (chernyshevsky_at_hotmail.com)
Date: 07/17/04
- Next message: pjm_at_see_my_sig_for_address.com: "Re: Open Source Business Plan For Open Source DRM & CMS: 22surf.org--download for free!!"
- Previous message: 22surf: "Open Source Business Plan For Open Source DRM & CMS: 22surf.org--download for free!!"
- In reply to: Marcus: "Re: server question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 17 Jul 2004 00:51:22 -0400
"Marcus" <JumpMan222@aol.com> wrote in message
news:f%YJc.37499$eH1.17959389@newssvr28.news.prodigy.com...
> Tim Van Wassenhove wrote:
>
> > What do you want to make more secure?
> > The part where the user logs in, or also the data transmitted with each
> > page request?
> >
> > Almost every *large* site i know uses https to handle the submitted
> > values when a user logs in. And after that uses http to show the pages.
> >
>
> Tim:
>
> From my understanding, if someone simply listens over the network and
> steals a session, he/she then has full access to that user's
> information. Since I am using session var's to keep track of things,
> would using https first and then http be vulnerable?
Here're some numbers I found on the web:
"In our tests of the two and four Xeon DP processors, we achieved 32 SSL
transaction/sec with two processors, and 54 SSL transaction/sec with four
processors. In the tests with two, four, six and eight Xeon MP processors,
we achieved SSL rates of 16, 35, 50 and 70 transactions per second,
respectively. The DP performance is slightly higher than the MP performance
because the DP processors run at 2.4GHz and the MP processors run at
1.6GHz."
Large commercial sites typically use hardware SSL accelerators to augment
the web server.
You're right about the session id yielding full access to the system. If you
store the session id in a secure cookie, then it wouldn't be sent when the
browser is communicating in HTTP.
- Next message: pjm_at_see_my_sig_for_address.com: "Re: Open Source Business Plan For Open Source DRM & CMS: 22surf.org--download for free!!"
- Previous message: 22surf: "Open Source Business Plan For Open Source DRM & CMS: 22surf.org--download for free!!"
- In reply to: Marcus: "Re: server question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|