Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #15672
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: A project involing sessions |
| Date | 2015-09-11 16:52 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <msverj$a05$1@dont-email.me> (permalink) |
| References | <mste1n$4ru$1@ns2.nl2k.ab.ca> <5QzIx.30597$Jh2.30280@fx31.iad> <msustv$211$1@dont-email.me> <msveet$8j0$1@ns2.nl2k.ab.ca> |
On 9/11/2015 4:44 PM, The Doctor wrote: > In article <msustv$211$1@dont-email.me>, > Jerry Stuckle <jstucklex@attglobal.net> wrote: >> On 9/11/2015 8:30 AM, Richard Damon wrote: >>> On 9/10/15 10:24 PM, The Doctor wrote: >>>> For about 6 months this has been stomping me. >>>> >>>> Now repeat the assignment from the previous project, only this time, >>>> instead of cookies use sessions. Since sessions are being used, it is >>>> unnecessary to have the seven day limit from the previous assignment. >>>> However users should only be able to download the file once per session. >>>> >>>> >>> >>> First question, What doesn't work? Just saying "this has been stomping >>> me" doesn't help us. >>> >>> Second, you do know that sessions tend to use a cookie anyway to keep >>> track of the session (the difference is that with sessions, the cookie >>> just stores a session ID, and the rest of the data is stored on the >>> server, with some automatic expiry procedure). >>> >> >> Usually, yes. However, the session id can all be passed as a parameter >> in the URI. >> > > How can that happen given the snipped code that was posted. > >> <snip> >> It all depends on the settings in the php.ini file and the user's browser settings. It has nothing to do with the code. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
Back to comp.lang.php | Previous | Next — Previous in thread | Find similar | Unroll thread
A project involing sessions doctor@doctor.nl2k.ab.ca (The Doctor) - 2015-09-11 02:24 +0000
Re: A project involing sessions Richard Damon <Richard@Damon-Family.org> - 2015-09-11 08:30 -0400
Re: A project involing sessions doctor@doctor.nl2k.ab.ca (The Doctor) - 2015-09-11 15:22 +0000
Re: A project involing sessions Jerry Stuckle <jstucklex@attglobal.net> - 2015-09-11 11:49 -0400
Re: A project involing sessions doctor@doctor.nl2k.ab.ca (The Doctor) - 2015-09-11 20:44 +0000
Re: A project involing sessions Jerry Stuckle <jstucklex@attglobal.net> - 2015-09-11 16:53 -0400
Re: A project involing sessions doctor@doctor.nl2k.ab.ca (The Doctor) - 2015-09-11 22:18 +0000
Re: A project involing sessions Jerry Stuckle <jstucklex@attglobal.net> - 2015-09-11 19:42 -0400
Re: A project involing sessions Jerry Stuckle <jstucklex@attglobal.net> - 2015-09-11 11:46 -0400
Re: A project involing sessions doctor@doctor.nl2k.ab.ca (The Doctor) - 2015-09-11 20:44 +0000
Re: A project involing sessions Jerry Stuckle <jstucklex@attglobal.net> - 2015-09-11 16:52 -0400
csiph-web