<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>arupaka-_-arupaka</author_name>
  <author_url>https://blog.hatena.ne.jp/arupaka-_-arupaka/</author_url>
  <blog_title>arupaka-_-arupakaの日記</blog_title>
  <blog_url>https://arupaka-arupaka.hatenadiary.org/</blog_url>
  <categories>
    <anon>ruby</anon>
  </categories>
  <description>基本編 （１）セッションID（デフォルト値）を送信するCGI CGI Cookieを利用する． (i)CookieはPATHが一致しないとブラウザが送信してくれないので、cookieの&quot;path&quot;の値に注意する． デフォルトは発信したフォルダ． (ii)cookieはHeaderで単純送信 #!/usr/local/bin/ruby #coding: utf-8 require 'cgi' cookie1=CGI::Cookie.new({&quot;name&quot; =&gt; &quot;JSESSIONID&quot; ,&quot;value&quot;=&gt;&quot;123456&quot;,&quot;path&quot;=&gt;&quot;xxxx&quot;}) filename=&quot;../../htm…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Farupaka-arupaka.hatenadiary.org%2Fentry%2F20150219%2F1424312810&quot; title=&quot;rubyでcookieを使った原始的ななセッション管理CGI - arupaka-_-arupakaの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-02-19 11:26:50</published>
  <title>rubyでcookieを使った原始的ななセッション管理CGI</title>
  <type>rich</type>
  <url>https://arupaka-arupaka.hatenadiary.org/entry/20150219/1424312810</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
