• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How long a certificate from web server is used in browser

 
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I browse internet with a URL like
https://www.securesite.com, I firstly
got a certificate from the server.
Is this certificate only for this page or
for the whole session?
 
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The certificate is for the entire (SSL/TLS) session. This session is defined at the secure socket layer and is quite different from the HTTP session you may be familiar with[1]. I'm not entirely sure at what point your typical browser ends that session -- when you go off to another site, I'd guess.
Does this help or does it look like mumbo-jumbo to you?
- Peter
[1] Having said that, an application server will typically use the SSL/TLS session rather than cookies to manage its HTTP session if accessed via secure HTTP.
[ May 12, 2003: Message edited by: Peter den Haan ]
 
Live ordinary life in an extraordinary way. Details embedded in this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic