Hi All,

I am looking for suggestions. The background is we have a CGI perl application and I would like to implement single sign on between Joomla(php)and the external perl applications through LDAP. I have managed to crack on single sign on with the PHP application as in they are always redirected to joomla if they are not logged in and after login they are redirected back to the original requested URL(outside Joomla) The problem now is, I am not sure how do I begin with Perl .Although, I have started doing this by redirecting the Perl scripts to a php script which in turn loads Joomla session and checks for valid session and redirects according . In my my mind this is too much to load for every single script in the application. I would really appreciate any suggestions or alternative way of using Joomla sessions with PERL Scripts.

Many Thanks, Teju


In reply to Using Joomla login Sessions in PERL scripts by tsdesai

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.