For 2023 - we are now fully retired from IT training. We have made many, many friends over 25 years of teaching about Python, Tcl, Perl, PHP, Lua, Java, C and C++ - and MySQL, Linux and Solaris/SunOS too. Our training notes are now very much out of date, but due to upward compatability most of our examples remain operational and even relevant ad you are welcome to make us if them "as seen" and at your own risk.
Lisa and I (Graham) now live in what was our training centre in Melksham - happy to meet with former delegates here - but do check ahead before coming round. We are far from inactive - rather, enjoying the times that we are retired but still healthy enough in mind and body to be active!
I am also active in many other area and still look after a lot of web sites - you can find an index ((here)) |
Using cookies and sessions to connect different URLs - PHP
One of the great beauties of cookies (and derived from that, of PHP sessions) is that they can be used across a series of pages on the same server - indeed we use cookies on this site to record our visitor's preferences for colour, font size, country and open source langauge(s) via our user preference page, and we then use those inputs to apply to all pages and styles on the site.
We're a simple session demonstration showing this in a module from our new PHP Techniques Workshop that we ran for the first time last week - the source code of the first page is here and the source of a second page is here.
Run the first page here and each time you do so you'll step through a limeric. Run the other page hereto report on the status of the first page from a different URL.
Practical uses of this? Anything from two applications which need to share data but are maintained by different teams to applications with multiple top level pages - and even captcha technology, where the session is used to link the graphics to the page. More about that latter here and try in here
(written 2008-05-18, updated 2008-05-19)
Associated topics are indexed as below, or enter http://melksh.am/nnnn for individual articles H303 - PHP - Long and short term cookies and security [1911] Remember Me - PHP - (2008-11-28) [2238] Handling nasty characters - Perl, PHP, Python, Tcl, Lua - (2009-06-14) [3698] How to stop forms on other sites submitting to your scripts - (2012-04-15) [3813] Injection Attacks - PHP, SQL, HTML, Javascript - and how to neutralise them - (2012-07-22)
Some other Articles
Looking for files with certain characteristics (Linux / Unix)Easy conversion - image formats, currencies and distancesThe tourists guide to LinuxExchange Rates - PHP with your prices in your users currencyUsing cookies and sessions to connect different URLs - PHPSeeing how others do it - PHP trainingUsing a utility method to construct objects of different types - PythonA lack of technical contentSummer!Tektronix 4010 series / Python Tuples
|
4759 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96 at 50 posts per page
This is a page archived from The Horse's Mouth at
http://www.wellho.net/horse/ -
the diary and writings of Graham Ellis.
Every attempt was made to provide current information at the time the
page was written, but things do move forward in our business - new software
releases, price changes, new techniques. Please check back via
our main site for current courses,
prices, versions, etc - any mention of a price in "The Horse's Mouth"
cannot be taken as an offer to supply at that price.
Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).
|
|