GetMaxInactiveInterval() I

I get following error while running my servlets can any body tell about it
java.lang.NoSuchMethodError: javax.servlet.http.HttpSession: method getMaxInactiveInterval()I not found
How to remove this error?

Hi,
Is there a typing mistake in your getMaxInactiveInterval()I method call ? Remove the last character 'l'.
cheers.

Similar Messages

  • HttpSession::getMaxInactiveInterval method not found

    Hi,
    I am trying to run a servlet on iPlanet Web Server 4.1 SP7.
    The servlet uses the getSession methods to access the session data. However, when I make the getSession call, an exception is thrown from NSHttpServletRequest indicating that the method HttpSession::getMaxInactiveInterval() cannot be found.
    (See below for stack trace.)
    Has anyone come across anything similar?
    Thank-you,
    Mike
    Internal error: exception thrown from the servlet service function (uri=/MyServlet): java.lang.NoSuchMethodError: javax.servlet.http.HttpSession: method getMaxInactiveInterval()Inot found, stack: java.lang.NoSuchMethodError: javax.servlet.http.HttpSession: method getMaxInactiveInterval()I not found
    at com.netscape.server.http.servlet.NSHttpServletRequest.getSession(Compiled Code)
    at com.mrn.app.MySessionServlet.checkSessionData(MySessionServlet.java:89)
    at com.mrn.app.MySessionServlet.doGet(MySessionServlet.java:110)
    at com.mrn.app.MyServlet.doGet(MyServlet.java:120)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:507)

    Hi I'm getting the same error message but i get it inside an Apache web server.....
    we're u able to solve it by any chance? if so...help! I'm trying to beat a deadline..thank you!
    Laura

  • GetMaxInactiveInterval() method not found

    Whenever I run my servlets I get Following error
    java.lang.NoSuchMethodError: javax.servlet.http.HttpSession: method getMaxInactiveInterval()I not found
    can any body tell me the reason of above error and how to remove it?

    What servlet engine are u using ?

  • Session time out problem

    Hi guys
    I am using WSAD 5.0. the problem that i am having is that i have a properties file where i give the session time out value along with many other things. and when a user logs in a servlet takes those values from the properties file and sets the session time out value, using session.setMaxInactiveInterval(). but the problem is the session is still maintained even after the stipulated inactive time. Can any one tell me what could be the problem.
    Note: when i say session.getMaxInactiveInterval(), i get the value that i have set in the properties file.
    Thanks

    You're sure you specified seconds rather than milliseconds?
    - Saish

  • Session Time Out and Redirect to login page - urgent

    My problem is I want to display alert message and redirect to the home page when session expires.
    Iam using TimeOutListener in my application as follows.
    public PhaseId getPhaseId() {
    return PhaseId.ANY_PHASE;
    public void beforePhase(PhaseEvent phaseEvent) {
         FacesContext facesContext = phaseEvent.getFacesContext();
    HttpSession sessionx = (HttpSession)facesContext.getExternalContext().getSession(false);
    if(sessionx == null) {
         FacesUtils.sessionCheck = true;
    String ampee = (String)((HttpServletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest()).getAttribute("ampee");
    if(ampee != null && ampee.equals("ampee")) FacesUtils.sessionCheck = false;
    if(phaseEvent.getPhaseId() == PhaseId.RENDER_RESPONSE) {
         if(FacesUtils.sessionCheck){
         facesContext.getApplication().getNavigationHandler().handleNavigation(facesContext, "", "sessionExpired" );
         FacesUtils.sessionCheck = false;
    ExternalContext externalContext = FacesContext.getCurrentInstance().getExternalContext();
              HttpServletRequest request = (HttpServletRequest) externalContext.getRequest();
              HttpSession session = request.getSession();
              if (session.isNew()) {
                   try {
                   String errorPageURL = externalContext.getRequestContextPath() +
                   "/index.jsf?errorpage=true";
                   externalContext.redirect(errorPageURL);
                   }catch(Exception e){
                        e.printStackTrace();
    here i have appended param errorPage=true...
    in jsp page i have used following code to get the param<% if(request.getParameter(errorPage)!=null && request.getParameter(errorPage).equals("true")){%>
    <script>alert("session expired");</script>
    <%
    %>
    Can any one help me how to Implement this?
    Do u know another way pls let me know...

    Consider using the Javascript setTimeout() function in conjunction with HttpSession#getMaxInactiveInterval(). The HttpSession#getMaxInactiveInterval() returns the remaining seconds of the session lifetime.
    Basic example:<script>
        setTimeout("alert('The session will timeout after one minute.')", <%= (session.getMaxInactiveInterval() * 1000) - 60000 %>);
    </script>I've given the client one minute (60000ms) extra time space to respond accordingly.
    Use this in combination with the following head:
    <meta http-equiv="refresh" content="<%= session.getMaxInactiveInterval() %>;url=login.jsf">which will redirect to login.jsf if the session is timed out. You can also redirect to another page of your taste, e.g. error.jsf or so.

  • Session scope and request scope

    Hi,
    I've a manage bean in session scope and within this bean I've a reference of another
    object (class person) . My question is, do i have to register this class in my faces-config-xml and if yes which scope should it have? session or request?
    Or it isn't necessary to register it?
    thanks
    class MymanageBean{
    private Person myPerson;
    }

    helllo,
    can someone tell me what the line in the preceding coed means?
    <meta http-equiv="refresh" content="<%= session.getMaxInactiveInterval() %>;url=login.jsp">
    -- session_expiry_test.jsp --
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
    <html>
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <title>JSP Page</title>
            <meta http-equiv="refresh" content="<%= session.getMaxInactiveInterval() %>;url=dummy_login.jsp">
        </head>
        <body>
        <h1>Welcome, dude with a session!</h1>
        Your session will expire in <%= session.getMaxInactiveInterval() %> seconds
        at which time your browser will be redirected to the login page and any
        and all unsaved changes will be lost.
        <br>
        Thank you for your cooperation!
        </body>
    </html>

  • How to stop a pop up window if the session expires

    Hi
    I have a situation wherein i have my jsp page. in that i have a button on clicking it a pop up window will open to take a input parameter.
    Now what we want is that if the session is not valid than the pop up shud not open.
    Currrently what is happening wen the session is not valid the popup gets open and in that popup a login page is coming.
    The logic for pop has been put in a javascript code which gets executed when the page was first loaded . So even if i put a logic for checking the session before the popup opens it wont work. So what can be a possible way i can do it?
    I am writing a scriptlet to check the logic for valid session.
    function changeLimitFunc(count)
         <% if ((request.getSession(false)== null)) {%>      
              return false;
         <%}
         else {%>
    popUp('');
              openedForm.target = 'change_download_limit';
              openedForm.submit();
    <%}%>
    and in the page which geot loaded the same code appears like
    function changeLimitFunc(count)
         popUp('');
                   openedForm.target = 'change_download_limit';
                   openedForm.submit();
    this popUp is amethod where we are createing our popup.
    please help me out to resolve it

    I have written this javascript code to block the popup
    function changeLimitFuncUnopened()
    if (checkIfValidSession()) {
              popUp('');
              unopenedForm.target = 'change_download_limit';
              unopenedForm.submit();
              else {
              return false;
    function checkIfValidSession() {
    <% HttpSession httpSession = request.getSession(); %>
    var lastAccessTime = <%= httpSession.getLastAccessedTime() %> ;
    var maxInactiveTime = <%= httpSession.getMaxInactiveInterval() %> ;
    var date = new Date();
    var time = date.getTime();
    if( (maxInactiveTime > 0) && ((time - lastAccessTime) > (maxInactiveTime * 1000))) {
         alert("Session TimedOut. Please Re-login!!!");
         return false;
    else {
         alert("inside else true shud go");
         return true;
    The code is working fine and blocking the popup. But I am not sure if this will be a correct fix.

  • Implementing session timeout in JSP - - Urgent help !

    Hi
    I have a requirement where I need to write a session timeout functionality in a JSP such that the page is redirected to a different page if there is no activity for 5 min.
    I tried the following :
    1.On the onload of my JSP, i created a new session from the current request using the following code snippet :
              HttpSession pSession = request.getSession(true);
              pSession.setAttribute("loggedin","true");
              pSession.setMaxInactiveInterval(10);
    2. Then on any action performed on the JSP, i called the collowing JS function before invoking the server side code.
    /** function to check the user session **/
    function fnChkSession()
         alert('Inside check session');
         <%
              try
                   System.out.println("The value of the session var loggedin : "+pSession.getAttribute("loggedin").toString());
                   System.out.println(" getMaxInactiveInterval() value is : "+pSession.getMaxInactiveInterval());
              catch (Exception e)
                   System.out.println("** Inside the fnChkSession exception catch block **");
              if (pSession.getValue("loggedin") == null)
         %>
              alert('Session has expired');
              document.forms[0].submit();
         <% } %>
    But when I execute this code ,even after 10 secs my session seems to be alive.I can retrieve the session attribute after 10s.
    I also tried setting the session-timeout value in the web.xml. It didnt work.
    Can anyone pls help me on how to proceed further on this.
    Thanks
    Arun B

    You are confusing java with javascript.
    These two things are not the same.
    The lifecycle goes something like this
    1 - Request is made to server
    2 - Java/JSP runs java code, produces HTML page
    3 - java stops running
    4 - html is sent to browser, and javascript starts running.
    You cannot call java code from browser events (such as onload, onclick, onchange...) The only way to run java code again is to submit a request (normally by submitting a form, or clicking a link. )
    If you want a javascript solution, in IE, use the window.setTimeout() method to execute some javascript code after a certain period of time.
    A more generic approach would be to use the refresh header. Set the timeout for the refresh header to be 300 seconds. If the user stays on the same page for more than 5 minutes, it will redirect to the new page.
    Hope this helps,
    evnafets

  • Get session object in a class

    hi,
    is possible obtain the session object in a class method without send it from jsp as a parameter?

    you mean like this?
         public ActionForward execute(
              ActionMapping mapping,
              ActionForm form,
              HttpServletRequest req,
              HttpServletResponse res)
              throws Exception {
              SessionManager sm = new SessionManager(req);
                                    ....sessionmanager class
    package com....;
    import java.util.*;
    import java.lang.reflect.*;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.jsp.*;
    import javax.servlet.http.*;
    import org.apache.log4j.*;
    * <code>SessionManager</code> is a wrapper for request, response and session
    * @author
    public class SessionManager {
         static Logger log = Logger.getLogger(SessionManager.class);
         ** Holds string containing the unique identifier assigned to this session
         private String sessionid;
         ** Holds HttpSession object
         private HttpSession session;
         ** Holds request object object - must be passed in by the calling application
         private HttpServletRequest request;
         ** Holds response object - any application sending a response must call
         ** session manager
         private HttpServletResponse response;
         ** Holds Servlet Context - useful if logging is reqd.
         private ServletContext context;
          * Page context.
         private PageContext pctx = null;
         ** Constructor to initialize with a request object
         public SessionManager(HttpServletRequest req) {
              request = req;
              session = req.getSession();
              sessionid = session.getId();
         ** Constructor to initialize with a pagecontext object - convenient to call from jsp's
         public SessionManager(PageContext pctx) {
              request = (HttpServletRequest) pctx.getRequest();
              response = (HttpServletResponse) pctx.getResponse();
              context = pctx.getServletContext();
              session = pctx.getSession();
              sessionid = session.getId();
              this.pctx = pctx;
         ** Constructor to initialize with request, response objects
         public SessionManager(HttpServletRequest req, HttpServletResponse resp) {
              request = req;
              response = resp;
              session = req.getSession();
              sessionid = session.getId();
         ** Constructor to initialize with request, servletcontext objects
         public SessionManager(HttpServletRequest req, ServletContext ctx) {
              request = req;
              context = ctx;
              session = req.getSession();
              sessionid = session.getId();
         ** Constructor to initialize with request, response and context objects
         public SessionManager(HttpServletRequest req, HttpServletResponse resp, ServletContext ctx) {
              request = req;
              response = resp;
              context = ctx;
              session = req.getSession();
              sessionid = session.getId();
         ** Setter and getter methods
         public void setRequest(HttpServletRequest req) {
              request = req;
              session = req.getSession();
              sessionid = session.getId();
         ** Setter and getter methods
         public void setContext(ServletContext ctx) {
              context = ctx;
         ** Setter and getter methods
         public ServletContext getContext() {
              return context;
         public void createLoginSession(java.io.Serializable obj) {
              if (obj == null)
                   log.debug("Object is null");
              setAttribute("user", obj);
         public void setAttribute(String key, java.io.Serializable obj) {
              session.setAttribute(key, obj);
         public void removeAttribute(String key) {
              session.removeAttribute(key);
         ** Setter and getter methods
         public HttpServletRequest getRequest() {
              return request;
         ** Setter and getter methods
         public HttpServletResponse getResponse() {
              return response;
         ** Checks if either member session or guest session exists
         public boolean isLoggedIn() {
              if (session.getAttribute("user") != null)
                   return true;
              else
                   return false;
         public long getCreationTime() {
              return session.getCreationTime();
         ** Setter and getter methods
         public String getId() {
              return session.getId();
         public long getLastAccessedTime() {
              return session.getLastAccessedTime();
         public int getMaxInactiveInterval() {
              return session.getMaxInactiveInterval();
         ** Setter and getter methods - also useful for retrieving state object(s)
         public Object getAttribute(String name) {
              if (session != null)
                   Object sObject = session.getAttribute(name);
                   //Log.debug("Session State for the object "+name+" is "+sObject);
                   return sObject;
              else
                   return null;
         ** Setter and getter methods - gets enum of all stored state objects
         public Enumeration getAttributeNames() {
              return session.getAttributeNames();
         public void invalidate() {
              session.invalidate();
              // Remove all object that is bound to this session
              //wip : Resetting instance variable.
              //This is necesary as further operations on session will
              //result in illegalstateexception
              session = null;
         public boolean isNew() {
              return session.isNew();
         public void setMaxInactiveInterval(int interval) {
              session.setMaxInactiveInterval(interval);
          * This method returns the host url in the form "www.carclub.com".
          * <p>
          * The return value is compatible with default_website field of clubs DB table.
          * </p>
          * @return host url present as part of the http request object
         public String getHostURL()
              if (request == null)
                   return null;//No request object present, hence return null
              String str = request.getServerName();
              //Log.debug("--- The request URL is --- " + str);
              return str;
          * Flushes <code>out</code> stream.
         public void flush()
              throws IOException
              if (pctx != null)
                   pctx.getOut().flush();
    }

  • PROBLEM USING FILTER TO KNOW SESSION EXPIRATION

    Hi, i'm using a filter to know when the session expires but it appeasr not to work, so i am a bit confuse because the filter always executes well but when the session gets the timeout and the user send a request it isnt executed, the server redirects the user to the login page.
    I am not sure about it, but is it possible that the reason of why the filter is not executed, is becuase i am using the apache form-authentication????
    filter's code:
    public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException {
    HttpServletRequest req;
    RequestDispatcher disp;
    HttpServletResponse res;
    boolean userInSession;
    String forward = getConfig().getInitParameter("sessionClosed");
    req = (HttpServletRequest) request;
    res = (HttpServletResponse) response;
    System.out.println("InFilter");
    userInSession = req.getUserPrincipal() != null;
    if(userInSession) {
    chain.doFilter(request, response);
    System.out.println("Session: " + req.getSession(false).getId());
    System.out.println("Session: " + req.getSession(false).getMaxInactiveInterval());
    System.out.println("getSessionTime: " + req.getSession(false).getCreationTime());
    } else {
    disp = req.getRequestDispatcher(forward);
    disp.forward(request, response);
         res.sendRedirect("http://www.google.com");
    System.out.println("outFilter");
    tnks
    CERR

    Hi Robert,
    thanks very much for ur pointers on the AuthFilter class.. will try that out.
    Robert Greig <[email protected]> wrote:
    Stephen wrote:
    I am using WLS 6.1 and tried using a custom filter to intercept theauthentication
    request submitted from a FORM BASE jsp (using the j_security_checkform).
    However, no matter what i've tried, it is always the authenticationpart that
    gets executed before the filter.
    Any idea how could I intercept the request before the j_security_checkservlet
    calls the security provider for authentication?There is a (now deprecated) class weblogic.servlet.security.AuthFilter.
    I haven't used it because it is deprecated but I think it does what
    you're after.
    In my apps, I make the FORM auth submit to my own servlet which can then
    do what j_security_check does (most although not all is accessible
    through public APIs).
    Robert

  • How to invalidate session in absence of activity

    hello ppl
    i hav a prob...i want to invalidate my session if no activity happens on my screen for a specified period...how do i
    chk the time and also how do i track my activity....
    i also need to display a prompt to the user informing of the time expiry and need a response from him
    can anybody help me out with this?????

    BalusC wrote:
    Hari.Rangarajan wrote:
    hello ppl
    i hav a prob...i want to invalidate my session if no activity happens on my screen for a specified period...how do i
    chk the time and also how do i track my activity....It happens automagically when the session times out according to the appserver's default setting (usually 30 minutes) or your setting in the web.xml as suggested before.
    i also need to display a prompt to the user informing of the time expiry and need a response from himHTTP disallows push, so forget about it. Best what you can do is to use Javascript's setTimeout() function in combination with HttpSession#getMaxInactiveInterval(). This way you can use Javascript to show some message in the page when the session is timed out.I'm afraid that wass what was explained under the URL(Earlier Post) which was what metioned in my earlier reply.
    Why are repeating the same solution out here ??

  • How to send a Keepalive from a solaris machine???

    Hi,
    Do we have any Java API or way to send a Keep Alive from a client before the server sends a RST.
    I have done the following kernel level settings in the Solaris box -:
    ndd -set /dev/tcp tcp_keepalive_interval 14000
    The reason we wanted to use keep alive was because we are seeing increasing number of IDLE connection in the Solaris box which is resulting in "too many open files error" and degrading the performance of the application.
    netstat -an | grep IDLE | wc -l
    65000
    Do we have any other way to flush these IDLE connections?

    In your servlet that controls the AJAX requests, set the session's timeout interval to 2 minutes less than its current interval. That way, the timeout gets shorter every 2 minutes with every AJAX call (which occurs every 2 minutes). In your servlet that controls your non AJAX requests, set the session's timeout to 1 hour.
    //In the AJAX controlling servlet:
    int twoMinutes = 2 * 60;
    int inactiveInterval = session.getMaxInactiveInterval() - twoMinutes;
    session.setMaxInactiveInterval(inactiveInterval);
    //in the normal request controlling servlet:
    int oneHour = 60 * 60;
    session.setMaxInactiveInterval(oneHour);
    Another way around it would be to store current request time in the session. For your AJAX requests, compare the current request time with the last request time and subtract that from the MaxInactiveInterval, which would give you more accuracy and less cross-dependence on the interval of your AJAX requests.
    Ok,
    I got the answer by this way...
    Thanks to ALL.
    By
    MariMuthu.A

  • InfoView Timeout Crystal Report Server 2008 Business Objects 3.1

    After two days of digging, poking, prodding and fumbling around in the dark I finally found a method (one that actually works!) to change the timeout period for InfoView.  Venkat Patnaik (second message) posted an excellent procedure in a place that is not readily apparent:
    /message/8250448#8250448 [original link is broken]
    Following his method, my InfoView seems to timeout after about 3 minutes.  I am going to play with the settings to see if I can get it dialed in a bit more, but I wanted to post this so there is a thread with a relevant subject so people can find Venkat's excellent post.  Thanks Venkat!

    Wow I am getting really tired of SAP's constant broken links and moving things around.  That link worked great a couple of weeks ago when I posted this message.  I did some digging around for that particular thread but I was not able to find it this morning.    Maybe it was deleted.... 
    Luckily I documented my procedure for making these changes and I did not stray from Ventak's original procedure except for making paths and such specific to my environment. 
    Basically the timeout values need to be changed in several places:
    1. Stop the TomCat server via the Central Configuration Manager before doing anything else. 
    2. Modify the web.xml file in each of the following directories:
    C:\Program Files\Business Objects\Tomcat55\webapps\InfoViewApp\WEB-INF\web.xml
    C:\Program Files\Business Objects\Tomcat55\webapps\InfoViewAppActions\WEB-INF\web.xml
    C:\Program Files\Business Objects\Tomcat55\webapps\CmcApp\WEB-INF\web.xml
    C:\Program Files\Business Objects\Tomcat55\webapps\CmcAppActions\WEB-INF\web.xml
    Parameters to change:
    ***This parameter may not exist in all web.xml files.***
    <!-- Set to false to disable logon with token. -->
        <context-param>
            <param-name>logontoken.enabled</param-name>
            <param-value>true</param-value> (Change to false)
        </context-param>
    <!-- Define the default session timeout for your application,
             in minutes.  From a servlet or JSP page, you can modify
             the timeout for a particular session dynamically by using
             HttpSession.getMaxInactiveInterval(). -->
        <session-config>
            <!-- 20 minutes for session objects -->
            <session-timeout>20</session-timeout>   (Change to 5)
        </session-config>
    3. Modify the registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\CMS\Instances\<SERVER NAME> u2013 IdleSessionTimeout=0x927C0 (600000)
    The key is a REG_DWORD value and the value is in hexadecimal.  Set the timeout value to 90,000 ms u2013 1.5 minutes with the value 0x15F90.  You can use other hex values as desired, 90,000 ms worked for me. 
    4. Restart the TomCat server. 
    5. Add the following command line parameter to the CrystalManagementServer parameters in the server properties window of the Central Management Console <-failovertimeout 1.5>
    6. Restart the CrystalManagementServer via the CMC
    Good luck, let me know if you have any questions.

  • JavaScript + setTimeOut + JSP

    Hi I have the following code,
    Can someone tell me why this code aint' working.....
    Session has a variable 'sessionstartime' that holds the user login time..
    <script language="JavaScript">
    function timesUp(type) {
    if(type==0) alert("Your session will be timed out in next"+ type +" minutes.");
    else if(type>0) alert("Your session has timed out. Please relogin");
    else alert("Your session is still valid");
    </script>
    </head>
    <%
    // or we can use request.getSession(false) to check if session is valid
    long maxTime = (session.getMaxInactiveInterval()*1000);
    long currTime = System.currentTimeMillis();
    long startTime=0;
    long elapseTime=300000;
    try{
    startTime = Long.parseLong((String)session.getAttribute("sessionStartTime"));
    catch(Exception e){}
    long remTime = maxTime -(currTime-startTime);
    long type=-1;
    if(remTime==0){
    type=0;
    else if(remTime>0 && remTime<elapseTime){
    type=remTime;
    remTime=0;
    else if(remTime>0)
    type=-1;
    remTime=0;
    System.out.println("type: "+type+" remTime " +remTime);
    %>
    <body onload="setTimeout('timesUp(type);', <%= remTime%>);">
    -----------------------------------------------------------

    GOTCHA...
    <body onload="setTimeout('timesUp(type);', <%= remTime%>);">
    should be
    <body onload="setTimeout('timesUp(<%= type%>);', <%= remTime%>);">

  • Send message to client before session invalidated

    i am using jsp and java servlet tech. for my web application.
    my problem is :
    i want to send a message to client before session invalidated.
    please help me to find the best way to solve my problem.

    You can detect session termination by putting an object in the session attributes which implements HttpSessionBindingListener. What you can't do is send a message to a client, basically because all http transactions are initiated by the client. The only way I can see you could do this is to put an applet on your web pages which periodically consults the server concerning the session state.
    Then the problem is that there's no obvious way of determining if the session is about to timeout, only whether it has or not. Your applet couldn't return the session cookie (as such) because that would reset the session timeout and the session would never expire. If you could obtain the session without reseting the expiry (perhaps from SessionContext though that's depracated) you could look at getLastAccessedTime() and getMaxInactiveInterval, but I don't know that this can be done. You can't even count, on some systems, on the session remaining in memory.
    If you really need to do this you may need to consider implementing sessions for yourself. I've done this for non-webapp based logins and it's not too hard.

Maybe you are looking for

  • OpenLDAP and multiple users sharing same account

    Hello. I have been running an OpenLDAP directory for a while now and users' homes live on an NFS share, which causes problems when the same user is logged in to multiple computers at the same time. I can tell which users are logged in to which comput

  • GIF and sticky page size

    I have scanned (from HP N6310) a paper to a .TIF image. Original is A4 and resolution, as set in scanning software 300dpi. Photoshop (CS5) reports (for the .TIF fiile) pixel dimension as 2574*3540 pixels, page size as 21.8 * 29.9 cm and resolution as

  • Solaris Newbie.. Cannot connect to Internet via network

    PROBLEM: I have setup solaris 8 and everything installed properly. I can ping the machines locally but outside the local network I have a linux server running dns and internet sharing gateway. In sun, I have added the linux as the default router in /

  • Relationship between 'business transactions', SAP LUW, and tRFCs?

    Here's what (I think I know: - A 'business transaction' is a set of (dialog) steps that have the same 'transaction ID.' I can see the steps of a business transaction in STAD or STATTRACE. - An SAP LUW is a set of steps that are a single unit of work.

  • Turning off Time Zone Support

    Hi, I have recently moved countries which are 8 hours apart. I have had Time Zone Support turned on in iCal and my iOS devices. I also use Google Calendars. If I try to switch time zones, all my appointments move by 8 hours. I don't need to know what