-- MySQL dump 8.23 -- -- Host: localhost Database: slides --------------------------------------------------------- -- Server version 3.23.58 -- -- Table structure for table `book` -- DROP TABLE IF EXISTS book; CREATE TABLE book ( id_content int(11) NOT NULL default '0', title varchar(255) default NULL, text1 text, text2 text, PRIMARY KEY (id_content) ) TYPE=MyISAM; -- -- Dumping data for table `book` -- INSERT INTO book VALUES (110,' ','',''); INSERT INTO book VALUES
... To store state, the origin server includes a Set-Cookie header in an HTTP response. ... Each cookie begins with or more attribute -value pairs. headers that fail to conform to Informally, the Set-Cookie response Set-Cookie followed by a : and a name-value-pair, followed by zero Servers SHOULD NOT send Set-Cookie the following grammar: Barth Standards Track [Page 8] RFC 6265 HTTP State Management Mechanism April 2011 set- cookie - header set- cookie -string cookie -pair cookie ...