<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kbr</author_name>
  <author_url>https://blog.hatena.ne.jp/kbr/</author_url>
  <blog_title>オープンソースで便利なものを作る！</blog_title>
  <blog_url>https://kbr.hatenadiary.org/</blog_url>
  <categories>
    <anon>XOOPS</anon>
  </categories>
  <description>hiddenを使うと、WEBページのソースを見られる事により、変数が 第３者に見られてしまいますので、セッション変数を使いましょう。PHPでは、以下のように書けば実装できます。○変数を渡すとき SESSION_START(); $_SESSION['ID']=$ID; //$IDの内容がセッション変数に設定される○変数を受け取るとき session_start(); $ID = $_SESSION['ID']; //セッション変数を受け取ります。参考ページはこちら http://www.starthp.com/session.htm</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkbr.hatenadiary.org%2Fentry%2F20060102%2F1136208561&quot; title=&quot; WEBページ間で変数を渡すときはhiddenを使わずセッション変数を使おう。 - オープンソースで便利なものを作る！&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>2006-01-02 22:29:21</published>
  <title> WEBページ間で変数を渡すときはhiddenを使わずセッション変数を使おう。</title>
  <type>rich</type>
  <url>https://kbr.hatenadiary.org/entry/20060102/1136208561</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
